Basics of the Genetic Code

Codons

Start and Stop Codons

Reading Frame and Codon Identification

To read an mRNA sequence:

  1. Start scanning from the 5’ end until you find the first AUG.
  2. Then read every 3 bases after that as a codon.
  3. Continue until a stop codon is encountered.
  4. Translation only happens in one reading frame.

How to Translate a Random Sequence

If given a sequence (e.g., bases 671 to 700), follow these steps:

Step 1: Count how many total bases

Step 2: Find if the sequence starts in the middle of a codon

🔹 Remainder 0 → starts at beginning of a codon.

🔹 Remainder 1 → skip 2 bases (start from base 673)

🔹 Remainder 2 → skip 1 base (start from base 672)

Step 3: After adjusting, divide the remaining sequence into groups of 3 (codons)

🔬 Example

Given: Bases 671 to 700:

C U C G A G U U G C A U A A C C G U G A A G U G C A G A G U U

Step 1: 30 bases

Step 2: 671 ÷ 3 = remainder 2 → skip 1 base (start from base 672)

U C G A G U U G C A U A A C C G U G A A G U G C A G A G U U

Step 3: Divide into codons:

✅ Amino acids:

Ser - Ser - Cys - Ile - Thr - Val - Lys - Cys - Arg - Val


Written by Kasiban Parthipan